digraph G {
    margin=0;
    a [style=bold, label="spell"];
    b [label="2"];
	
	a->b [label="quant"];
}
